added samples
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2008 / VBRunAsUser / MainForm.Designer.vb
blob8006e74ce1fc236da8939688629c0dfe3e9d3044
1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class MainForm
3 Inherits System.Windows.Forms.Form
5 'Form overrides dispose to clean up the component list.
6 <System.Diagnostics.DebuggerNonUserCode()> _
7 Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8 Try
9 If disposing AndAlso components IsNot Nothing Then
10 components.Dispose()
11 End If
12 Finally
13 MyBase.Dispose(disposing)
14 End Try
15 End Sub
17 'Required by the Windows Form Designer
18 Private components As System.ComponentModel.IContainer
20 'NOTE: The following procedure is required by the Windows Form Designer
21 'It can be modified using the Windows Form Designer.
22 'Do not modify it using the code editor.
23 <System.Diagnostics.DebuggerStepThrough()> _
24 Private Sub InitializeComponent()
25 components = New System.ComponentModel.Container()
26 Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
27 Me.Text = "Form1"
28 End Sub
30 End Class